home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / graphics / scale.txt < prev    next >
Text File  |  1992-09-02  |  599b  |  27 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:graphics/scale.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT bitscaleargs
  6. (  0)   srcx:INT
  7. (  2)   srcy:INT
  8. (  4)   srcwidth:INT
  9. (  6)   srcheight:INT
  10. (  8)   xsrcfactor:INT
  11. ( 10)   ysrcfactor:INT
  12. ( 12)   destx:INT
  13. ( 14)   desty:INT
  14. ( 16)   destwidth:INT
  15. ( 18)   destheight:INT
  16. ( 20)   xdestfactor:INT
  17. ( 22)   ydestfactor:INT
  18. ( 24)   srcbitmap:LONG
  19. ( 28)   destbitmap:LONG
  20. ( 32)   flags:LONG
  21. ( 36)   xdda:INT
  22. ( 38)   ydda:INT
  23. ( 40)   reserved1:LONG
  24. ( 44)   reserved2:LONG
  25. (---) ENDOBJECT     /* SIZEOF=48 */
  26.  
  27.